home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / toc.dir / 00099.ls < prev    next >
Encoding:
Text File  |  1997-01-16  |  267 b   |  11 lines

  1. on exitFrame
  2.   global rootpath, orders, quantlist, totallist
  3.   set rootpath to the pathName
  4.   set orders to []
  5.   set quantlist to []
  6.   set totallist to []
  7.   if ramNeeded(1, 32) > the freeBytes then
  8.     alert("Not enough memory to run this application!")
  9.   end if
  10. end
  11.